home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zen & the Art of Resourc…The BMUG Guide to ResEdit
/
Zen and the Art of Resource Editing - The BMUG Guide to ResEdit (1995).iso
/
ResEdit 2.1.3
/
Examples
/
PExamples
/
MakeLDEF
< prev
next >
Wrap
Text File
|
1994-07-15
|
571b
|
28 lines
# MakeFile - Make instructions for the ResEdit ICON LDEF.
#
# Copyright Apple Computer, Inc. 1986-1990
# All rights reserved.
#
# This makefile builds:
# The ICON Resource LDEF
#
OutFile = {buildToName}
obj = :obj:
source = :Source:
ResEditLibraries = ::Libraries:
LDEFLibs = {obj}LDEF.a.o [partial]
{obj}ResDisp.a.o
# Link for ICON LDEF
"{OutFile}" [f][f] {obj}ICON.LDEF.p.o {LDEFLibs}
Link {LDEFLibs} [partial]
{obj}ICON.LDEF.p.o [partial]
-ra =resPurgeable -sg ICON -rt LDEF=128 [partial]
-o "{OutFile}"
{obj} [f] {source} {ResEditLibraries}